locales where ',' is used as decimal seperator.
Contributed by Tobias Minich.
- COTO
- Format for cotoGPS, a Palm GPS program. It can read both
- track and marker (waypoint) files. It is currently unable
- to write track files, so only marker files can be written. The
- marker categories are written to and read from the icon
- description. The 'Not Assigned' category leaves the icon
- description empty on read. Currently geocache info is ignored.
-
- Options:
-
- trackname (input) - Name for the track. Defaults to
- the pdb name or file name if the pdb name is the default
- ('cotoGPS TrackDB'). This is currently (Coto Version 1.3.1)
- always the case.
- zerocat (output) - Name for the Palm 'Not Assigned' category.
- Defaults to 'Not Assigned'.
- There is also a debugging option called 'internals' which
- takes a XCSV delimiter value. It writes some internal
- values (distance, arc, x and y) of the cotoGPS track
- format to the notes field.
-
- URL: http://core.de/~coto/projects/cotogps/
- Contributed by Tobias Minich.
-
DATA FILTERS
GPSBabel supports data filtering. Data filters are invoked from
#
# cotoGPS test
#
-rm -f ${TMPDIR}/coto*
+# rm -f ${TMPDIR}/coto*
# Track reading
-${PNAME} -i coto -f reference/cototesttrack.pdb -o xcsv,style=reference/cototest.style -F ${TMPDIR}/cototrack.csv
-compare reference/cototesttrack.csv ${TMPDIR}/cototrack.csv
+# ${PNAME} -i coto -f reference/cototesttrack.pdb -o xcsv,style=reference/cototest.style -F ${TMPDIR}/cototrack.csv
+# compare reference/cototesttrack.csv ${TMPDIR}/cototrack.csv
# Marker read/write
-${PNAME} -i coto -f reference/cototestmarker.pdb -o xcsv,style=reference/cototest.style -F ${TMPDIR}/cotomarker.csv
-${PNAME} -i gpx -f reference/cototestmarker.gpx -o xcsv,style=reference/cototest.style -F ${TMPDIR}/cotomarkergpx.csv
-compare ${TMPDIR}/cotomarker.csv ${TMPDIR}/cotomarkergpx.csv
-${PNAME} -i gpx -f reference/cototestmarker.gpx -o coto -F ${TMPDIR}/cotomarker.pdb
-compare reference/cototestmarker.pdb ${TMPDIR}/cotomarker.pdb
+# ${PNAME} -i coto -f reference/cototestmarker.pdb -o xcsv,style=reference/cototest.style -F ${TMPDIR}/cotomarker.csv
+# ${PNAME} -i gpx -f reference/cototestmarker.gpx -o xcsv,style=reference/cototest.style -F ${TMPDIR}/cotomarkergpx.csv
+# compare ${TMPDIR}/cotomarker.csv ${TMPDIR}/cotomarkergpx.csv
+# ${PNAME} -i gpx -f reference/cototestmarker.gpx -o coto -F ${TMPDIR}/cotomarker.pdb
+# compare reference/cototestmarker.pdb ${TMPDIR}/cotomarker.pdb
exit 0